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.ExecStart = ''
|
||||
/bin/sh -c '
|
||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||
|
||||
if [ ! -d "${wallpaperSrc}" ]; then
|
||||
@@ -2396,7 +2395,6 @@ in
|
||||
chmod -R u+rwx "${wallpaperDst}"
|
||||
|
||||
echo "Done copying wallpapers."
|
||||
'
|
||||
'';
|
||||
|
||||
serviceConfig.Restart = "no";
|
||||
|
||||
@@ -17,7 +17,6 @@ in
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
||||
serviceConfig.ExecStart = ''
|
||||
/bin/sh -c '
|
||||
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
|
||||
|
||||
if [ ! -d "${wallpaperSrc}" ]; then
|
||||
@@ -36,7 +35,6 @@ in
|
||||
chmod -R u+rwx "${wallpaperDst}"
|
||||
|
||||
echo "Done copying wallpapers."
|
||||
'
|
||||
'';
|
||||
|
||||
serviceConfig.Restart = "no";
|
||||
|
||||
Reference in New Issue
Block a user