Regenerated
This commit is contained in:
+288
-290
File diff suppressed because it is too large
Load Diff
@@ -2377,7 +2377,6 @@ in
|
|||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
|
||||||
serviceConfig.ExecStart = ''
|
serviceConfig.ExecStart = ''
|
||||||
/bin/sh -c '
|
|
||||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||||
|
|
||||||
if [ ! -d "${wallpaperSrc}" ]; then
|
if [ ! -d "${wallpaperSrc}" ]; then
|
||||||
@@ -2396,7 +2395,6 @@ in
|
|||||||
chmod -R u+rwx "${wallpaperDst}"
|
chmod -R u+rwx "${wallpaperDst}"
|
||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
serviceConfig.Restart = "no";
|
serviceConfig.Restart = "no";
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ in
|
|||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
|
|
||||||
serviceConfig.ExecStart = ''
|
serviceConfig.ExecStart = ''
|
||||||
/bin/sh -c '
|
|
||||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||||
|
|
||||||
if [ ! -d "${wallpaperSrc}" ]; then
|
if [ ! -d "${wallpaperSrc}" ]; then
|
||||||
@@ -36,7 +35,6 @@ in
|
|||||||
chmod -R u+rwx "${wallpaperDst}"
|
chmod -R u+rwx "${wallpaperDst}"
|
||||||
|
|
||||||
echo "Done copying wallpapers."
|
echo "Done copying wallpapers."
|
||||||
'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
serviceConfig.Restart = "no";
|
serviceConfig.Restart = "no";
|
||||||
|
|||||||
Reference in New Issue
Block a user