Add path example in service unit file
This commit is contained in:
parent
54c9cd1c62
commit
e0beafb46e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Change wallpaper at specified interval
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/home/youruser/.local/bin/change-wallpaper.py
|
ExecStart=change-wallpaper.py "/path/to/dir"
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue