Create new service configs for my desktop stuff.
This commit is contained in:
parent
a5ba4537cb
commit
2fb59d7092
17
.config/services/calibre-remote.service
Normal file
17
.config/services/calibre-remote.service
Normal file
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Runs Calibre remotely from Hatchery
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=josiah
|
||||
ExecStart=ssh -i /home/josiah/.ssh/home-net -X josiah@hatchery -v -Y calibre
|
||||
LimitNOFILE=1024
|
||||
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Environment=DISPLAY=:0
|
||||
|
||||
PermissionsStartOnly=true
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
17
.config/services/nm-applet.service
Normal file
17
.config/services/nm-applet.service
Normal file
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=runs the nm applet for the system tray
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=josiah
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
LimitNOFILE=1024
|
||||
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Environment=DISPLAY=:0
|
||||
|
||||
PermissionsStartOnly=true
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
20
.config/services/syncthingtray.service
Normal file
20
.config/services/syncthingtray.service
Normal file
@ -0,0 +1,20 @@
|
||||
[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
|
18
.config/services/tailscale-systray.service
Normal file
18
.config/services/tailscale-systray.service
Normal file
@ -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…
Reference in New Issue
Block a user