Created
June 26, 2015 08:36
-
-
Save indykish/c0b9a61da5c4653dd081 to your computer and use it in GitHub Desktop.
snowflake.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Place the megam snowflake here /etc/systemd/system/snowflake.service | |
[Unit] | |
Description=Megam Snowflake | |
After=network.target | |
After=runlevel2.target | |
After=runlevel3.target | |
After=runlevel4.target | |
After=runlevel5.target | |
[Service] | |
ExecStart=/usr/share/megam/snowflake/bin/src/pysnowflake.py --host localhost --port 7609 0 1 | |
ExecStopPost=rm -f /var/run/megam/snowflake/snowflake.pid | |
KillMode=mixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment