rice/systemd/user/enable-wallpaper-notification.service

9 lines
204 B
SYSTEMD
Raw Permalink Normal View History

2022-01-27 01:48:10 -08:00
[Unit]
Description=enable wallpaper change notifications
[Service]
Type=oneshot
ExecStart=sed -ie '252s/#//' /home/sudacode/.config/variety/scripts/set_wallpaper
User=dedicated-user
Group=dedicated-user