diff options
Diffstat (limited to 'config/systemd/user/allsync.service')
-rw-r--r-- | config/systemd/user/allsync.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/systemd/user/allsync.service b/config/systemd/user/allsync.service new file mode 100644 index 0000000..fbcea1f --- /dev/null +++ b/config/systemd/user/allsync.service @@ -0,0 +1,6 @@ +[Unit] +Description=Allsync + +[Service] +ExecStart="/home/cynerd/.local/bin/allsync" +Environment="AUTORUN=y" |