Moving user service files to version control.

master
josiah 2 years ago
parent 07f7ef7858
commit aa36b93780

@ -0,0 +1,14 @@
[Unit]
Description=Runs Calibre remotely from Hatchery
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/ssh -i /home/josiah/.ssh/home-net -X josiah@hatchery -v -Y calibre
Restart=always
RestartSec=10
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target

@ -0,0 +1,17 @@
[Unit]
Description=runs the nm applet for the system tray
After=network.target
[Service]
User=josiah
ExecStart=/run/current-system/sw/bin/nm-applet
LimitNOFILE=1024
Restart=always
RestartSec=10
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target

@ -0,0 +1,16 @@
[Unit]
Description=Runs the SyncthingTray process.
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/syncthingtray
Restart=always
RestartSec=10
Environment=DISPLAY=:0
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=default.target

@ -0,0 +1,18 @@
[Unit]
Description=Runs the tailscale systray
After=network.target
Wants=tailscaled.service
[Service]
User=josiah
ExecStart=/home/josiah/go/bin/tailscale-systray
LimitNOFILE=1024
Restart=always
RestartSec=10
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target
Loading…
Cancel
Save