mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
13 lines
226 B
Desktop File
13 lines
226 B
Desktop File
[Unit]
|
|
Description=Quassel core service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=quassel
|
|
Group=quassel
|
|
ExecStart=/usr/bin/quasselcore --configdir=/var/lib/quassel --listen=0.0.0.0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|