mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-12-22 20:38:47 +00:00
17 lines
303 B
SYSTEMD
17 lines
303 B
SYSTEMD
|
[Unit]
|
||
|
Description=Pinnwand
|
||
|
Requires=network.target
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=pinnwand
|
||
|
Group=pinnwand
|
||
|
WorkingDirectory=/opt/pinnwand/
|
||
|
ExecStart=/opt/pinnwand/bin/matterbridge --configuration-path pinnwand.toml
|
||
|
Restart=always
|
||
|
RestartSec=60
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|