Files
playit-agent/linux/playit.service
T
Patrick LorioandGitHub 3df192f165 Switch Linux packaging to manage playit systemd unit (#140)
- Package both `playit` CLI and `playitd` daemon in the .deb
- Install and control the `playit` systemd service during postinst
- Update Linux service launch target and add unit-target tests
2026-04-14 16:14:10 -07:00

13 lines
328 B
Desktop File

[Unit]
Description=Playit Agent
Documentation=https://playit.gg
Wants=network-pre.target
After=network-pre.target NetworkManager.service systemd-resolved.service
[Service]
ExecStart=/opt/playit/playitd --secret_path /etc/playit/playit.toml -l /var/log/playit/playit.log
Restart=on-failure
[Install]
WantedBy=multi-user.target