Add path example in service unit file

This commit is contained in:
Late Night Defender 2025-05-16 02:03:16 +07:00
parent 54c9cd1c62
commit e0beafb46e

View file

@ -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