summarylogtreecommitdiffstats
path: root/augenkrebs.service
blob: 6c1a384e1d1ec6bca4d9dc0a650d6d0d6a9fbd15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=augenkrebs server
After=network.target
#After=slim.target 
# ^replace by the X target of your choice

[Service]
Type=simple
User=augenkrebs
ExecStart=/usr/bin/augenkrebs
Environment=DISPLAY=:0

# Give a reasonable amount of time for the server to start up/shut down
TimeoutSec=300

[Install]
WantedBy=graphical.target