16 lines
306 B
Desktop File
16 lines
306 B
Desktop File
[Unit]
|
|
Description=LinuxGSM ARK Server
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=viyurz
|
|
WorkingDirectory=/home/viyurz
|
|
RemainAfterExit=yes
|
|
ExecStart=/home/viyurz/arkserver start
|
|
ExecStop=/home/viyurz/arkserver stop
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|