diff options
author | Kuoi | 2022-05-25 02:00:46 +0100 |
---|---|---|
committer | Kuoi | 2022-05-25 02:00:46 +0100 |
commit | 151ef4b7b8ea74ab5d17a592b5984134a5a60754 (patch) | |
tree | f1f40da2e9ca2e860c0fd4551959bbec0340427e /plume.service | |
download | aur-151ef4b7b8ea74ab5d17a592b5984134a5a60754.tar.gz |
init
Diffstat (limited to 'plume.service')
-rw-r--r-- | plume.service | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plume.service b/plume.service new file mode 100644 index 000000000000..d07a6d7e8585 --- /dev/null +++ b/plume.service @@ -0,0 +1,13 @@ +[Unit] +Description=plume + +[Service] +Type=simple +User=plume +WorkingDirectory=/usr/share/webapps/plume/ +ExecStart=/usr/bin/plume +TimeoutSec=30 +Restart=always + +[Install] +WantedBy=multi-user.target |