mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 19:54:00 +02:00
12 lines
223 B
Desktop File
12 lines
223 B
Desktop File
[Unit]
|
|
Description=brmdoor
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=brmdoor
|
|
ExecStart=/usr/bin/screen -L -d -m -S brmdoor
|
|
ExecStop=/usr/bin/killall -w -s 2 brmdoor
|
|
WorkingDirectory=/home/brmdoor
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|