mirror of
https://github.com/playit-cloud/playit-agent.git
synced 2026-07-02 05:42:28 +00:00
- Build deb, rpm, apk, archlinux, and ipk artifacts - Update service, socket, and install scripts for the new package layout - Adjust Linux socket permissions for the playit runtime directory
18 lines
453 B
Desktop File
18 lines
453 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]
|
|
User=playit
|
|
Group=playit
|
|
RuntimeDirectory=playit
|
|
RuntimeDirectoryMode=0750
|
|
UMask=0007
|
|
ExecStart=/opt/playit/playitd --secret-path /etc/playit/playit.toml --socket-path /run/playit/playitd.sock -l /var/log/playit/playit.log
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|