mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This seems more proper as default.target is not a real target that services should require. multi-user.target is the sensible default for such services.
13 lines
238 B
SYSTEMD
13 lines
238 B
SYSTEMD
[Unit]
|
|
Description=The official Arch Linux IRC bot
|
|
|
|
[Service]
|
|
ExecStart=/home/phrik/venv/bin/supybot /home/phrik/phrik/phrik.conf
|
|
Restart=on-failure
|
|
NoNewPrivileges=true
|
|
ProtectSystem=full
|
|
User=phrik
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|