Skip to content

Commit

Permalink
Create advmame.service
Browse files Browse the repository at this point in the history
  • Loading branch information
jdownin authored Feb 28, 2018
1 parent 0a5b120 commit d126396
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions advmame.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[Unit]
Description=ADVMAME
After=systemd-user-sessions.service
After=rc-local.service
IgnoreOnIsolate=yes

[Service]
#User=debian
ExecStart=/home/debian/advmame.sh
Type=idle
Restart=always
RestartSec=10
UtmpIdentifier=tty1
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
KillMode=process
IgnoreSIGPIPE=no
SendSIGHUP=yes
Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= L$

[Install]
WantedBy=multi-user.target

0 comments on commit d126396

Please sign in to comment.