You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chd/.config/services/syncthingtray.service

21 lines
444 B

[Unit]
Description=Runs the SyncthingTray process.
After=network.target
[Service]
User=josiah
WorkingDirectory=/home/josiah/bin/
# workingdir didn't seem to function, had to pass full path to execstart
ExecStart=/home/josiah/bin/syncthingtray-1.1.15-Build56.1.glibc2.17-x86_64.AppImage
LimitNOFILE=1024
Restart=always
RestartSec=10
startLimitIntervalSec=60
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target