mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
13 lines
402 B
Desktop File
13 lines
402 B
Desktop File
[Unit]
|
|
Description=Unvanquished Dedicated Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/conf.d/unvanquished.conf
|
|
User=unvanquished
|
|
Group=unvanquished
|
|
ExecStart=/usr/lib/unvanquished/daemonded +nocurses +set fs_libpath $FS_LIBPATH +set fs_basepath $FS_BASEPATH +set fs_homepath $FS_HOMEPATH +set fs_game $FS_GAME +set dedicated $DEDICATED +exec $EXEC
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|