pinnwand/pinnwand.service

10 lines
183 B
SYSTEMD
Raw Normal View History

2023-08-04 11:07:52 +00:00
[Unit]
Description=pinnwand pastebin
[Service]
ExecStart=/usr/bin/pinnwand --configuration-path /etc/pinnwand/pinnwand.toml http
Restart=always
[Install]
WantedBy=multi-user.target