1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00
libreddit_ynh/conf/systemd.service
ericgaspar 7ee90937c9 fix
2024-08-13 21:49:46 +02:00

14 lines
286 B
Desktop File

[Unit]
Description=Libreddit: alternative to Reddit
Before=nginx.service
After=network.service
[Service]
User=__APP__
Group=__APP__
DynamicUser=yes
EnvironmentFile=-__INSTALL_DIR__/.env
ExecStart=__INSTALL_DIR__/libreddit -a 127.0.0.1 -p __PORT__
[Install]
WantedBy=multi-user.target